QuickOPC User's Guide and Reference
ITreeTraverser<T> Interface Members
Properties  Methods 

OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Graphs Namespace : ITreeTraverser<T> Interface

The following tables list the members exposed by ITreeTraverser<T>.

Public Properties
 NameDescription
 PropertyGets the element in the collection at the current position of the enumerator. (Inherited from System.Collections.IEnumerator)
 PropertyThe tree node being traversed.  
Top
Public Methods
 NameDescription
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 MethodAdvances the enumerator to the next element of the collection. (Inherited from System.Collections.IEnumerator)
 MethodSets the enumerator to its initial position, which is before the first element in the collection. (Inherited from System.Collections.IEnumerator)
Top
See Also

Reference

ITreeTraverser<T> Interface
OpcLabs.BaseLib.Graphs Namespace